|
2020-2021 Sunseeker Telemetry and Lighting System
|
#include "driverlib.h"Go to the source code of this file.
Macros | |
| #define | SLAVE_ADDRESS 0x48 |
| #define | RXCOUNT 0x05 |
Functions | |
| void | main (void) |
| void | USCIB0_ISR (void) |
Variables | |
| uint8_t | RXData |
| #define RXCOUNT 0x05 |
Definition at line 52 of file eusci_b_i2c_ex1_masterRxMultiple.c.
| #define SLAVE_ADDRESS 0x48 |
Definition at line 45 of file eusci_b_i2c_ex1_masterRxMultiple.c.
| void main | ( | void | ) |
Definition at line 75 of file eusci_b_i2c_ex1_masterRxMultiple.c.
References __delay_cycles(), param, RXCOUNT, and SLAVE_ADDRESS.
| void USCIB0_ISR | ( | void | ) |
Definition at line 150 of file eusci_b_i2c_ex1_masterRxMultiple.c.
References __bic_SR_register_on_exit(), RXCOUNT, and RXData.
| uint8_t RXData |
Definition at line 74 of file eusci_b_i2c_ex1_masterRxMultiple.c.
Referenced by USCIB0_ISR().